﻿@charset "utf-8";
@import url("styles.css");
/*
   * wx/qq.465320335 *
   * Released on: 2021,11,21 *
*/  

/* head */
.header {
   width: 100%;
   position: fixed;
   top: 0;
   z-index: 99999;
   background-color: #fff;
   height: 90px;
   line-height: 90px;
   box-shadow: 0 3px 5px rgba(0,0,0,0.03);
   transition: all 0.3s;
}
.logo {
   overflow: hidden;
}
.logo a {
   display: inline-block;
   margin-right: 16px;
}
.logo a img {
   max-width: 100%;
}
.logo span {
   display: inline-block;
   vertical-align: middle;
   height: 35px;
   line-height: 35px;
   border-left: 1px solid #dedede;
   color: #888;
   overflow: hidden;
   padding-left: 20px;
}
.naver {
   margin-right: 30px;
}
.naver li {
   float: left;
}
.naver li a {
   display: block;
   padding: 0 28px;
   color: #414141;
}
.naver li a:hover,
.naver li a.on {
   color: #ee1d23;
}
.naver li .drop {
   position: absolute;
   top: 90px;
   left: 0;
   right: 0;
   max-width: 1568px;
   width: 95%;
   margin: 0 auto;
   background: #f6f6f6;
   line-height: 50px;
   opacity: 0;
   visibility: hidden;
   transition: all 0.3s;
}
.naver li .drop a {
   background: url(/images/navx.png) right center no-repeat;
   display: inline-block;
}
.naver li .drop a:last-child {
   background: none;
}
.naver li:hover .drop {
   opacity: 1;
   visibility: visible;
}

._sr .header {
   height: 65px;
   line-height: 65px;
}
._sr .naver li .drop {
   top: 65px;
}

.search {
   position: relative;
   margin-top: -1px;
}
.search i {
   display: block;
   font-size: 28px;
   color: #888;
   cursor: pointer;
}
.search i:hover {
   color: #ee1d23;
}
.search_box {
   display: none;
   padding: 40px;
   background-color: #fff;
   position: relative;
   border-radius: 5px;
   overflow: hidden;
}
.search_box input {
   border: 1px solid #dcdcdc;
   width: 380px;
   padding: 15px 18px 15px 48px;
   font-size: 15px;
   color: #666;
}
.search_box button {
   background-color: #ee1d23;
   color: #fff;
   border: none;
   padding: 15px 32px 16px 28px;
   font-size: 16px;
   cursor: pointer;
   margin-top: -1px;
   border-radius: 0 50px 50px 0;
}
.search_box i {
   display: block;
   position: absolute;
   left: 50px;
   top: 50%;
   margin-top: -14px;
   font-size: 30px;
   color: #ddd;
}

/* main */
.main {
   max-width: 1568px;
   width: 95%;
   margin: 0 auto;
}

/* wrapper */
.wrapper {
   width: 100%;
   background: #f7f7f7
}
.fangan {
   width: 100%;
   background: url(/images/fa_bg.jpg) center top no-repeat;
   background-size: cover;
   padding-bottom: 60px;
   overflow: hidden;
}
.fangan .f_bt,
.products .p_bt,
.fangan_box .f_bt {
   color: #414141;
   padding: 80px 0 60px;
   overflow: hidden;
}
.fangan .f_bt h1,
.products .p_bt h1,
.fangan_box .f_bt h1 {
   float: left;
   font-size: 38px;
   border-right: 1px solid #414141;
   padding: 3px 30px 3.5px 0;
   margin-right: 28px;
}
.fangan .f_bt h6,
.products .p_bt h6,
.fangan_box .f_bt h6 {
   font-weight: normal;
   float: left;
   font-size: 16px;
   line-height: 1.55;
   margin-top: -2px;
   max-width: 1040px;
   overflow: hidden;
}
.fangan .f_list {
   overflow: hidden;
}
.fangan .f_list ul {
   position: relative;
   margin: -15px;
   width: 100%;
   height: 650px;
}
.fangan .f_list li {
   padding: 15px;
   float: left;
   /*position: absolute;*/
   overflow: hidden;
}
.fangan .f_list li img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.fangan .f_list li._l {
   width: 33.33333%;
   height: 100%;
}
.fangan .f_list li._l1 {
   width: 40%;
   height: 54%;
   top: 0;
   left: 0;
}
.fangan .f_list li._l2 {
   width: 37%;
   height: 48.3%;
   top: 0;
   left: 40%;
}
.fangan .f_list li._l3 {
   width: 23%;
   height: 48.3%;
   top: 0;
   right: 0;
}
.fangan .f_list li._l4 {
   width: 40%;
   height: 46%;
   bottom: 0;
   left: 0;
}
.fangan .f_list li._l5 {
   width: 23%;
   height: 51.6%;
   bottom: 0;
   left: 40%;
}
.fangan .f_list li._l6 {
   width: 37%;
   height: 25.8%;
   bottom: 25.8%;
   right: 0;
}
.fangan .f_list li._l7 {
   width: 37%;
   height: 25.8%;
   bottom: 0;
   right: 0;
}
.fangan .f_list li ._box {
   width: 100%;
   height: 100%;
   overflow: hidden;
   position: relative;
}
.fangan .f_list li ._box h2 {
   position: absolute;
   top: 50px;
   left: 40px;
   font-size: 22px;
   z-index: 2;
}
.fangan .f_list li ._box ._zz {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background: rgba(0,0,0,0.4);
   z-index: 1;
   padding: 100px 40px;
   opacity: 0;
   transition: all 0.5s;
}
.fangan .f_list li ._box ._zz span {
   display: block;
}
.fangan .f_list li ._box ._zz span.m {
   position: absolute;
   bottom: 40px;
   transition: all 0.5s;
}
.fangan .f_list li ._box ._zz i {
   display: inline-block;
   font-weight: normal;
   margin-left: 10px;
   font-size: 14px;
}
.fangan .f_list li ._box ._zz span.m:hover {
   color: #ee1d23;
}
.fangan .f_list li ._box:hover ._zz {
   opacity: 1;
}
.fangan .f_list li a {
   color: #fff;
}

.tuku {
   width: 100%;
   padding: 60px 0;
   overflow: hidden;
}
.tuku li {
   float: left;
   width: 30%;
   height: 585px;
   margin-right: 1.2%;
   overflow: hidden;
}
.tuku li img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   cursor: pointer;
}
.tuku li._box {
   width: 32.3%;
   float: right;
   color: #414141;
   padding-top: 90px;
}
.tuku li._box h2 {
   font-size: 38px;
}
.tuku li._box ._desc {
   padding: 50px 0 55px;
}
.tuku li._box a {
   color: #414141;
}
.tuku li._box a:hover,
.products .p_bt span a:hover {
   color: #ee1d23;
}
.tuku li._box i,
.products .p_bt span i,
.products .p_list li ._desc span.m i,
.case .c_list h6 i,
.news ._desc span.more i,
.news .n_right h6 i,
.join h6 i,
.newslist li ._desc span.more i,
.fangan_box .fb_list li ._desc span.m i,
.plist li ._desc span.m i {
   display: inline-block;
   margin-left: 11px;
   font-size: 14px;
}

.products {
   width: 100%;
   padding: 0 0 60px;
   background-color: #d1d1d2;
}
.products .p_bt {
   position: relative;
}
.products .p_bt span {
   display: block;
   position: absolute;
   right: 0;
   padding-top: 17px;
}
.products .p_bt span a {
   color: #414141;
}
.products .p_list {
   position: relative;
}
.products .p_list::after {
   content: '';
   display: block;
   clear: both;
}
.products .p_list ul {
   margin: 0 -16px;
}
.products .p_list li {
   float: left;
   width: 25%;
   padding: 0 16px 32px;
   position: relative;
}
.products .p_list li ._pic {
   height: 260px;
   overflow: hidden;
}
.products .p_list li ._pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.products .p_list li ._desc {
   padding: 28px 25px 0;
}
.products .p_list li ._desc h2 {
   font-size: 18px;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   transition: all 0.5s;
}
.products .p_list li ._desc span {
   display: block;
}
.products .p_list li ._desc span.d {
   margin: 15px 0;
   height: 46px;
   overflow: hidden;
}
.products .p_list li ._desc span.m {
   opacity: 0;
   transition: all 1s;
}
.products .p_list li:hover {
   z-index: 1;
}
.products .p_list li h2:hover,
.products .p_list li ._desc span.m:hover {
   color: #ee1d23;
}
.products .p_list li:hover ._desc span.m {
   opacity: 1;
}
.products .p_list li ._box {
   background: #fff;
   border: 1px solid #e0e0e0;
   transition: all 0.5s;
}
.products .p_list li:hover ._box {
   padding: 32px;
   margin: -32px;
   box-shadow: 2px 5px 20px 5px rgba(0,0,0,0.3);
}
.products .p_list li a {
   color: #414141;
}

.case {
   padding: 60px 0;
}
.case .c_box {
   overflow: hidden;
}
.case .c_list {
   width: 30%;
   color: #414141;
   overflow: hidden;
}
.case .c_list h2 {
   font-size: 38px;
   margin: 70px 0 50px;
}
.case .c_list li {
   position: relative;
   border-bottom: 1px solid #d5d5d5;
   text-indent: 16px;
}
.case .c_list li a {
   display: block;
   color: #414141;
}
.case .c_list li.on a {
   background-color: #d1d1d2;
   color: #ee1d23;
}
.case .c_list li i {
   position: absolute;
   right: 16px;
   top: 38%;
   font-size: 13px;
}
.case .c_list h6,
.news .n_right h6 {
   font-weight: normal;
   font-size: 16px;
   margin-top: 60px;
}
.case .c_list h6 a,
.news .n_right h6 a {
   color: #414141;
   display: block;
}
.case .c_list h6 a:hover,
.news .n_right h6 a:hover {
   color: #ee1d23;
}
.case .c_right {
   width: 63%;
   height: 560px;
   overflow: hidden;
}
.case .c_pics {
   width: 100%;
   height: 100%;
   position: relative;
   overflow: hidden;
}
.case .c_pics .bd {
   position: relative;
   height: 100%;
}
.case .c_pics img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.case .c_pics .bd li {
   zoom: 1;
}
.case .c_pics .hd {
   display: none;
   font-size: 0;
}
.case .c_pics a.sPrev,
.case .c_pics a.sNext {
   position: absolute;
   top: 50%;
   margin-top: -44px;
   width: 58px;
   height: 88px;
   line-height: 88px;
   background:#000;
   background:rgba(0,0,0,0.6);
   color:#fff;
   overflow: hidden;
   text-align: center;
}
.case .c_pics a i {
   font-size: 35px;
}
.case .c_pics a.sPrev {
   left: 0;
}
.case .c_pics a.sNext {
   right: 0;
}
.case .c_pics a.nextStop,
.case .c_pics a.prevStop {
   background:rgba(0,0,0,0.25);
   color: rgba(255,255,255,0.5);
}

.news {
   padding: 38px 0 90px;
}
.news h2 {
   font-size: 38px;
}
.news .n_box {
   overflow: hidden;
   padding-top: 60px;
}
.news .n_left {
   width: 43%;
   background-color: #d1d1d2;
}
.news .n_left ._pic {
   height: 365px;
   overflow: hidden;
}
.news .n_left ._pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.news ._desc {
   padding: 41px 45px 50px;
}
.news ._desc span {
   display: block;
   color: #414141;
}
.news ._desc h3 {
   font-size: 18px;
}
.news ._desc h3 a {
   color: #414141;
   display: block;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   transition: all 0.3s linear 0s;
}
.news ._desc h3 a:hover,
.news ._desc span.more a:hover {
   color: #ee1d23;
   text-indent: 2px;
}
.news ._desc span.time {
   padding: 10px 0 13px 1px;
}
.news ._desc span.time i {
   display: inline-block;
   margin-right: 7px;
   font-size: 12px;
   vertical-align: 2px;
}
.news ._desc span.time i.fa-eye {
   margin-left: 12px;
}
.news ._desc span.info {
   height: 55px;
   overflow: hidden;
}
.news ._desc span.more {
   margin-top: 20px;
}
.news ._desc span.more a {
   display: block;
   color: #414141;
   transition: all .5s;
}
.news .n_right {
   width: 50%;
}
.news .n_right li {
   margin: 0 20px 30px 0;
}
.news .n_right li._desc {
   padding: 0;
}
.news .n_right h6 {
   margin-top: 50px;
}

.join {
   width: 100%;
   padding: 90px 0 100px;
   background: url(/images/jbg.png) center no-repeat #272727;
   background-size: contain;
}
.join .j_box {
   overflow: hidden;
   position: relative;
}
.join h2 {
   width: 36%;
   font-size: 38px;
   color: #fff;
   border-bottom: 2px solid #ee1d23;
   padding-bottom: 35px;
}
.join h6 {
   position: absolute;
   right: 82px;
   bottom: 45px;
   font-size: 18px;
   color: #eee;
   cursor: pointer;
   transition: all 0.5s;
}
.join h6 i {
   font-weight: normal;
}
.join h6:hover {
   color: #ee1d23;
}
.join .j_desc {
   width: 61%;
   color: #ccc;
   padding-top: 35px;
}
.join .j_desc b {
   color: #eee;
}


/* cols */
.cols_slide {
   width: 100%;
   height: 400px;
   overflow: hidden;
   margin-top: 88px;
}
.cols {
   width: 100%;
   padding: 60px 0 80px;
   background-color: #f7f7f7;
}
.cols_main {
   width: 1280px;
   margin: 0 auto;
}
.cols_nav {
   overflow: hidden;
   border-top: 1px solid #d7d7d7;
   border-bottom: 1px solid #d7d7d7;
   padding: 17px 0 15px;
   position: relative;
}
.cols_nav .bd {
   margin: 0 2%;
}
.cols_nav .bd ul { 
   overflow: hidden;
   zoom: 1;
}
.cols_nav li {
   float: left;
   width: 12.5%;
}
.cols_nav li a {
   display: block;
   color: #414141;
   transition: all 0.3s;
}
.cols_nav li a:hover {
   color: #ee1d23;
}
.cols_nav li a.on {
   color: #ee1d23;
   transform: scale(1.15);
}
.cols_nav .hd {
   display: none;
   font-size: 0;
}
.cols_nav a.prev,
.cols_nav a.next {
   position: absolute;
   top: 25%;
   color: #ee1d23;
   z-index: 999;
   font-size: 22px;
}
.cols_nav a.prev {
   left: 1px;
}
.cols_nav a.next {
   right: 1px;
}
.cols_box {
   margin-top: 45px;
   background-color: #fff;
   padding: 40px;
}

.yusuan_box {
   background-color: #fff;
   padding: 60px 80px;
}
.yusuan_box h1 {
	text-align:center;
	font-size:30px
}

.yusuan_box .y_ys {
   background: #f9f9f9;
   margin: 30px 0 50px;
   padding: 50px 70px;
   border-radius: 10px;
   overflow: hidden;
}
.yusuan_box .y_l {
   width: 36%;
   padding: 10px 0 0;
}
.yusuan_box .y_l li {
   display: flex;
   justify-content: flex-start;
   align-items: center;
   margin-bottom: 3.8%;
}
.yusuan_box .y_l li.l3 {
    padding-top: 3.5%;
}
.yusuan_box .y_l li span {
   width: 22.5%;
}
.yusuan_box .y_l li span.s2 {
   text-align: right;
}
.yusuan_box .y_l li input {
   border: 1px solid #e6e6e6;
   font-size: 15px;
   width: 55%;
   color: #ee1d23;
   padding: 8px 10px;
}
.yusuan_box .y_l li label {
   display: flex;
   align-items: center;
   width: 25%;
   cursor: pointer;
}
.yusuan_box .y_l li label input {
   padding: 0;
   width: auto;
   cursor: pointer;
   margin-right: 10px;
}
.yusuan_box .y_l li button,
.yusuan_box .y_list li button {
   margin-top: 15px;
   border: none;
   background: #ee1d23;
   color: #fff;
   padding: 10px 35px 11px;
   cursor: pointer;
   font-size: 15px;
   border-radius: 3px;
   transition: all 0.5s;
   letter-spacing: 2px;
}
.yusuan_box .y_l li button:hover,
.yusuan_box .y_list li button:hover {
   background: #488245;
}

.yusuan_box .y_r {
   width: 60%;
   padding: 5px 0 15px 3.8%;
   border-left: 1px solid #e5e5e5;
}
.yusuan_box .y_r ul {
   border: 1px solid #e9e9e9;
   border-bottom: none;
}
.yusuan_box .y_r li {
   background: #fff;
   display: flex;
   justify-content: space-between;
   align-items: center;
   border-bottom: 1px solid #f0f0f0;
}
.yusuan_box .y_r li:nth-child(2n) {
   background: #f7f7f7;
}
.yusuan_box .y_r li ._l {
   width: 21%;
   padding: 13px;
   border-right: 1px solid #e9e9e9;
   font-weight: bold;
   text-align: right;
}
.yusuan_box .y_r li ._r {
   width: 79%;
   padding: 0 12px;
}
.yusuan_box .y_r li ._r img {
   height: 80px;
   margin: 8px 0;
   cursor: pointer;
}
.yusuan_box .y_r li ._r b {
   color: #ee1d23;
   letter-spacing: 0.36px;
   font-size: 15px;
}
.lay_pic {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999999999;
    display: none;
    justify-content: center;
    align-content: center;
}
.lay_pic span {
    display: block;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 58px;
    height: 58px;
    background: url(/images/search_close.png) center no-repeat #07cc0d;
    cursor: pointer;
}
.lay_pic img {
    display: none;
    max-width: 100%;
    max-height: 100%;
}

.yusuan_box .y_list {
   width: 50%;
   margin: 40px auto;
}
.yusuan_box .y_list ul {
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
   align-items: center;
}
.yusuan_box .y_list li {
   position: relative;
   width: 100%;
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 20px;
}
.yusuan_box .y_list li:nth-child(1) {
   width: 43%;
}
.yusuan_box .y_list li:nth-child(2) {
   width: 53%;
}
.yusuan_box .y_list li span {
   display: block;
   padding-right: 8px;
}
.yusuan_box .y_list li input,
.yusuan_box .y_list li span.city-picker-span {
   min-width: 80px;
   display: block;
   flex: 1;
   border: 1px solid #e2e2e2;
   padding: 9px 10px;
   font-size: 15px;
   color: #353535;
}
.yusuan_box .y_list li._ra {
   padding: 12px 0 8px;
   justify-content: flex-start;
}
.yusuan_box .y_list li label {
   cursor: pointer;
   display: flex;
   justify-content: flex-start;
   align-items: center;
   margin-right: 25px;
}
.yusuan_box .y_list li label em {
   font-size: 13px;
   padding-left: 5px;
   color: #999;
}
.yusuan_box .y_list li label input {
   display: inline-block;
   cursor: pointer;
   padding: 0;
   min-width: auto;
   margin-right: 8px;
}
.yusuan_box .y_list li button {
   margin: 25px auto 0;
}
.yusuan_box .y_list li.pay {
   display: none;
   justify-content: flex-start;
}
.yusuan_box .y_list li.pay img {
   max-height: 30px;
   display: inline-block;
}
.yusuan_box .y_list li.pay input {
   display: none;
}
.yusuan_box .y_list li.pay label {
   display: block;
   width: 29%;
   border: 1px solid #e5e5e5;
   padding: 7px 0;
   text-align: center;
   margin-right: 15px;
   position: relative;
   overflow: hidden;
}
.yusuan_box .y_list li.pay input:checked + label {
   border-color: #ee1d23;
}
.yusuan_box .y_list li.pay input:checked + label:last-child {
   border-color: #00a0e8;
}
.yusuan_box .y_list li.pay input:checked + label::after {
   content: '';
   display: block;
   position: absolute;
   right: -19px;
   bottom: -19px;
   width: 36px;
   height: 36px;
   background: #ee1d23;
   transform: rotate(-45deg);
   z-index: 1;
}
.yusuan_box .y_list li.pay input:checked + label:last-child::after {
   background: #00a0e8
}
.yusuan_box .y_list li.pay input:checked + label::before {
   font: normal normal normal 12px/1 FontAwesome;
   content: '\f00c';
   display: block;
   position: absolute;
   right: 2px;
   bottom: 0;
   color: #fff;
   z-index: 2;
}
.yusuan_box .y_list li span.city-picker-span {
   padding: 0 5px;
   height: 40px;
   line-height: 40px;
}
.yusuan_box .y_list li span.title,
.yusuan_box .y_list li span.select-item {
   display: inline-block;
   padding: 0;
}
.yusuan_box .y_list li span.select-item {
   padding: 0 5px;
}
.yusuan_box .y_list li .city-picker-dropdown {
   left: 84px !important;
}



.cols_desc {
   color: #414141;
   overflow: hidden;
   text-align: justify;
   overflow: hidden;
}
.cols_desc a {
   color: #414141;
}
.cols_desc a:hover {
   color: #ee1d23;
}
.cols_desc img {
   max-width: 100%;
}
.cols_desc table {
   border-collapse: collapse;
   background-color: #fff;
   border: 1px solid #eaeaea;
}
.cols_desc table tr,
.cols_desc table td {
   border: 1px solid #eaeaea;
}
.cols_desc table td {
   box-sizing: border-box;
   padding: 8px 18px 6px;
}
.ue-table-interlace-color-single {
   background-color: #fafafa;
}
.cols_desc h2 {
   margin: 8px 0 15px;
}
.cols_gz {
   margin-top: 75px;
   background-color: #fff;
   padding: 60px 150px;
}

.cols_pic {
   margin-top: 30px;
}
.cols_pic img {
   max-width: 100%;
}

.cols_btn {
   width: 100%;
   padding: 55px 0 50px;
   overflow: hidden;
   background: url(/images/btnbg.jpg) center no-repeat;
}
.cols_btn span {
   display: inline-block;
   border: 2px solid #fff;
   padding: 17px 50px 16px;
   cursor: pointer;
   letter-spacing: 2px;
   color: rgba(255,255,255,0.9);
   border-color: rgba(255,255,255,0.8);
   transition: all 0.5s;
}
.cols_btn span:hover {
   color: #fff;
   border-color: #fff;
   background-color: #ee1d23;
}

/* licheng */
.licheng {
   overflow: hidden;
}
.licheng .lc_list {
   position: relative;
}
.licheng .lc_list .bd {
   margin: 0 2%;
   overflow: hidden;
}
.licheng .lc_list a.prev,
.licheng .lc_list a.next {
   position: absolute;
   top: 64%;
   color: #ccc;
   z-index: 999;
   font-size: 25px;
   background-color: #fff;
}
.licheng .lc_list a.prev {
   left: 0;
   padding-right: 13px;
}
.licheng .lc_list a.next {
   right: 0;
   padding-left: 13px;
}
.licheng .lc_list a:hover.prev,
.licheng .lc_list a:hover.next {
   color: #ee1d23;
}
.licheng .lc_list::after {
   content: '';
   display: block;
   clear: both;
   position: absolute;
   bottom: 7px;
   border-bottom: 2px solid #666;
   right: 0;
   left: 0;
   width: 100%;
   z-index: 1;
}
.licheng .lc_list li {
   float: left;
   width: 11.11111%;
   position: relative;
   transition: all 0.3s;
   padding-bottom: 10px;
}
.licheng .lc_list li a {
   display: block;
   color: #414141;
   padding: 10px 0 20px;
}
.licheng .lc_list li a:hover {
   color: #ee1d23;
}
.licheng .lc_list li::after {
   content: '';
   display: block;
   position: absolute;
   bottom: 4px;
   left: 0;
   right: 0;
   margin: 0 auto;
   width: 4px;
   height: 4px;
   border: 2px solid #414141;
   background-color: #fff;
   border-radius: 20px;
   z-index: 9;
}
.licheng .lc_list li.on a {
   transform: scale(1.1);
   color: #ee1d23;
}
.licheng .lc_list li.on::after {
   border-color: #ee1d23;
}
.licheng .lc_list .hd {
   display: none;
   font-size: 0;
}
.licheng .lc_box {
   padding-top: 55px;
}
.licheng .lc_box h2 {
   padding-bottom: 15px;
   font-size: 25px;
}

/* news */
.newslist {
   padding: 45px 0;
   overflow: hidden;
}
.newslist ul {
   margin: 0 -36px;
}
.newslist li {
   float: left;
   width: 33.33333%;
   border-right: 1px solid #e4e4e5;
   padding: 0 36px;
}
.newslist li ._box {
   width: 100%;
   transition: all 0.5s;
   border-bottom: 1px solid #e4e4e5;
   margin-bottom: 50px;
}
.newslist li ._pic {
   height: 230px;
   overflow: hidden;
}
.newslist li ._pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.newslist li ._desc {
   padding: 26px 25px 31px;
}
.newslist li ._desc span {
   display: block;
   color: #414141;
}
.newslist li ._desc h3 {
   font-size: 18px;
}
.newslist li ._desc h3 a {
   color: #414141;
   display: block;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   transition: all 0.3s linear 0s;
}
.newslist li ._desc h3 a:hover {
   color: #ee1d23;
   text-indent: 2px;
}
.newslist li ._desc span.time {
   padding: 10px 0 13px 1px;
}
.newslist li ._desc span.time i {
   display: inline-block;
   margin-right: 7px;
   font-size: 12px;
   vertical-align: 2px;
}
.newslist li ._desc span.time i.fa-eye {
   margin-left: 12px;
}
.newslist li ._desc span.info {
   height: 55px;
   overflow: hidden;
}
.newslist li ._desc span.more {
   margin-top: 20px;
}
.newslist li ._desc span.more a {
   display: block;
   color: #414141;
}
.newslist li ._desc span.more a:hover {
   color: #ee1d23;
}
.newslist li:hover ._box {
   background-color: #fff;
   box-shadow: 0 0 18px rgba(0,0,0,0.08);
}


/* fangan */
.fangan_box {
   background: url(/images/fa_bg.jpg) center top no-repeat;
   background-size: cover;
}
.fangan_box .f_bt {
   padding: 20px 0;
}
.fangan_box .fb_list {
   padding-top: 50px;
   overflow: hidden;
}
.fangan_box .fb_list ul {
   margin-right: -6%;
}
.fangan_box .fb_list li {
   float: left;
   width: 44%;
   margin: 0 6% 4% 0;
}
.fangan_box .fb_list li ._pic {
   height: 420px;
   overflow: hidden;
}
.fangan_box .fb_list li ._pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.fangan_box .fb_list li ._desc {
   padding-top: 31px;
}
.fangan_box .fb_list li ._desc h2 {
   font-size: 18px;
}
.fangan_box .fb_list li ._desc a {
   color: #414141;
   display: block;
}
.fangan_box .fb_list li ._desc a:hover {
   color: #ee1d23;
}
.fangan_box .fb_list li ._desc span {
   display: block;
   margin-top: 16px;
}
.fangan_box .fb_list li ._desc span.d {
   height: 84px;
   overflow: hidden;
}
.fangan_box .fb_list li ._desc span.m {
   padding-top: 10px;
}
.fangan_box .fb_list li ._desc span a {
   display: inline-block;
}

.fangan_info {
   color: #414141;
}
.fangan_info h1 {
   text-align: center;
   font-size: 30px;
   padding: 16px 0 46px;
}
.fangan_info h2 {
   font-size: 25px;
}
.fangan_info .fi_pic {
   width: 70%;
   height: 550px;
   margin: 0 auto 80px;
   overflow: hidden;
   position: relative;
}
.fangan_info .fi_pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.fangan_info .fi_pic .bd li {
   position: relative;
   height: 550px;
   zoom: 1;
   cursor: pointer;
}
.fangan_info .fi_pic .bd li ._z {
   position: absolute;
   bottom: 0;
   width: 100%;
   overflow: hidden;
   padding: 20px 28px 18px;
   background: rgba(0,0,0,0.6);
}
.fangan_info .fi_pic .bd li ._z span {
   display: block;
   padding: 5px 0;
}
.fangan_info .fi_pic .hd {
   display: none;
   font-size: 0;
}
.fangan_info .fi_pic a.prev,
.fangan_info .fi_pic a.next {
   position: absolute;
   top: 50%;
   margin-top: -60px;
   width: 55px;
   height: 52px;
   line-height: 52px;
   background:#000;
   background:rgba(0,0,0,0.6);
   color:#fff;
   overflow: hidden;
   text-align: center;
}
.fangan_info .fi_pic a i {
   font-size: 23px;
}
.fangan_info .fi_pic a.prev {
   left: 0;
}
.fangan_info .fi_pic a.next {
   right: 0;
}
.fangan_info .fi_pic a.nextStop,
.fangan_info .fi_pic a.prevStop {
   background:rgba(0,0,0,0.25);
   color: rgba(255,255,255,0.5);
}

.fangan_info .fi_yingyong {
   padding: 60px 0 40px;
   border-bottom: 1px solid #d7d7d7;
}
.fangan_info .fi_yingyong h2,
.fangan_info .fi_chanpin h2 {
   text-align: center;
}
.fangan_info .fi_ylist {
   position: relative;
   padding-top: 45px;
}
.fangan_info .fi_ylist ul {
   margin: 0 -23px;
}
.fangan_info .fi_ylist li {
   float: left;
   width: 33.33333%;
   padding: 0 23px 40px;
   transition: all 0.5s;
}
.fangan_info .fi_ylist li ._box {
   background-color: #fff;
}
.fangan_info .fi_ylist li ._pic {
   height: 290px;
   overflow: hidden;
}
.fangan_info .fi_ylist li ._pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.fangan_info .fi_ylist li ._desc a {
   display: block;
   color: #414141;
   font-size: 18px;
   font-weight: bold;
   padding: 23px 22px 16px;
   border-bottom: 1px solid #ddd;
   line-height: 23px;
}
.fangan_info .fi_ylist li ._desc a:hover {
   color: #ee1d23;
}
.fangan_info .fi_ylist li ._desc span {
   display: block;
   padding: 23px 22px 32px;
}
.fangan_info .fi_ylist li:hover {
   transform: scale(1.1);
}
.fangan_info .fi_ylist li:hover ._box {
   box-shadow: 2px 5px 20px 1px rgba(0,0,0,0.3);
}

.fangan_info .fi_chanpin {
   padding: 60px 0 0;
}
.fangan_info .fi_chanpin li ._desc a {
   border: none;
}
.fangan_info .fi_chanpin li ._desc span {
   display: block;
   padding: 0 22px 35px;
   line-height: 25px;
}

/* products */
.plist {
   position: relative;
   padding: 55px 0 30px;
}
.plist::after {
   content: '';
   display: block;
   clear: both;
}
.plist ul {
   margin: 0 -17.5px;
}
.plist li {
   float: left;
   width: 33.33333%;
   padding: 0 17.5px 35px;
   position: relative;
}
.plist li ._pic {
   height: 260px;
   overflow: hidden;
}
.plist li ._pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.plist li ._desc {
   padding: 28px 25px 0;
}
.plist li ._desc h2 {
   font-size: 18px;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   transition: all 0.5s;
}
.plist li ._desc span {
   display: block;
}
.plist li ._desc span.d {
   margin: 15px 0;
   height: 46px;
   overflow: hidden;
}
.plist li ._desc span.m {
   opacity: 0;
   transition: all 1s;
}
.plist li:hover {
   z-index: 1;
}
.plist li h2:hover,
.plist li ._desc span.m:hover {
   color: #ee1d23;
}
.plist li:hover ._desc span.m {
   opacity: 1;
}
.plist li ._box {
   background: #fff;
   border: 1px solid #e0e0e0;
   transition: all 0.5s;
}
.plist li:hover ._box {
   padding: 32px;
   margin: -32px;
   box-shadow: 2px 5px 20px 5px rgba(0,0,0,0.3);
}
.plist li a {
   color: #414141;
}

.p_box {
   overflow: hidden;
   padding-top: 30px;
}
.p_box .pb_pic {
   overflow: hidden;
}
.p_box .pb_pic img {
   max-width: 100%;
}
.p_box .pb_desc {
   overflow: hidden;
   padding: 60px 0 20px;
}
.p_box .pb_desc .hd {
   text-align: center;
   font-size: 18px;
   color: #414141;
}
.p_box .pb_desc .hd li {
   position: relative;
   display: inline-block;
   margin: 0 40px;
   padding: 0 20px 15px;
   cursor: pointer;
}
.p_box .pb_desc .hd li.on {
   border-bottom: 3px solid #ee1d23;
   font-weight: bold;
   transform: scale(1.1);
   color: #ee1d23;
}
.p_box .pb_desc .hd li.on::after {
   content: '';
   display: block;
   position: absolute;
   bottom: -14px;
   left: 0;
   right: 0;
   width: 0;
   height: 0;
   margin: 0 auto;
   border: 6px solid transparent;
   border-top-color: #ee1d23;
}

/* cases */
.caselist {
   position: relative;
   padding: 55px 0 30px;
}
.caselist::after {
   content: '';
   display: block;
   clear: both;
}
.caselist ul {
   margin: 0 -23px;
}
.caselist li {
   float: left;
   width: 33.33333%;
   padding: 0 23px 40px;
   transition: all 0.5s;
}
.caselist li ._box {
   background-color: #fff;
}
.caselist li ._pic {
   height: 290px;
   overflow: hidden;
}
.caselist li ._pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.caselist li ._desc a {
   display: block;
   color: #414141;
   font-size: 18px;
   font-weight: bold;
   padding: 23px 22px 16px;
   border-bottom: 1px solid #ddd;
   line-height: 23px;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
}
.caselist li ._desc a:hover {
   color: #ee1d23;
}
.caselist li ._desc span {
   display: block;
   padding: 23px 22px 32px;
}
.caselist li:hover {
   transform: scale(1.1);
}
.caselist li:hover ._box {
   box-shadow: 2px 5px 20px 1px rgba(0,0,0,0.3);
}

.case_info h1 {
   padding: 5px 0 46px;
}
.case_info .fi_pic {
   margin: 0 auto 60px;
}
.case_info .fi_pic a.prev,
.case_info .fi_pic a.next {
   margin-top: -30px;
}
.case_info .n_next {
   margin-top: 50px !important;
   line-height: 30px !important;
   height: 30px !important;
}


/* info */
.info_box {
   padding: 1.3% 0 2%;
}
.info_box .info_t {
   border-bottom: 1px solid #e4e4e5;
   padding-bottom: 25px;
   margin-bottom: 30px;
}
.info_box .info_t h3 {
   color: #ee1d23;
   text-align: center;
   font-size: 30px;
}
.info_box .info_t span {
   display: block;
   color: #888;
   padding: 28px 0 0;
}
.fangan_info h6 i,
.info_box .info_t span i {
   display: inline-block;
   margin: 0 6px 0 9px;
   font-size: 14px;
}
.fangan_info h6 a,
.info_box .info_t span a {
   display: inline-block;
   margin: 0 3px;
   cursor: pointer;
   color: #ee1d23
}
.fangan_info h6 {
   margin-top: -25px;
   font-weight: normal;
   text-align: center;
   padding: 0 0 40px;
   color: #777;
}

/* search */
.search_list {
   padding-top: 100px;
}
.search_list .s_box {
   position: relative;
   width: 52%;
   margin: 0 auto;
   overflow: hidden;
}
.search_list .s_box input {
   width: 79%;
   border: 1px solid #dcdcdc;
   padding: 17px 18px 17px 53px;
   font-size: 18px;
   color: #666;
   margin-right: 3px;
}
.search_list .s_box button {
   padding: 18px 42px 18px 38px;
   background-color: #ee1d23;
   color: #fff;
   border: none;
   font-size: 18px;
   cursor: pointer;
   margin-top: -1px;
   border-radius: 0 50px 50px 0;
}
.search_list .s_box i {
   display: block;
   position: absolute;
   left: 15px;
   top: 50%;
   margin-top: -15px;
   font-size: 30px;
   color: #ddd;
}

.search_list .s_list {
   color: #666;
}
.search_list .s_list h6 {
   font-weight: normal;
   font-size: 18px;
   padding: 30px 0 20px 1px;
}
.search_list .s_list h6 span {
   color: red;
}
.search_list .s_list li {
   border-top: 1px solid #dfdfdf;
   padding: 28px 1px 29px;
}
.search_list .s_list li a {
   color: #414141;
   display: block;
   padding-bottom: 8px;
}
.search_list .s_list li a:hover {
   color: #ee1d23;
   font-weight: bold;
}
.search_list .s_list li p {
   font-size: 14px;
   height: 45px;
   overflow: hidden;
}

/* photo */
.photo {
   position: relative;
   padding: 55px 0 30px;
}
.photo::after {
   content: '';
   display: block;
   clear: both;
}
.photo ul {
   margin: 0 -23px;
}
.photo li {
   float: left;
   width: 33.33333%;
   padding: 0 23px 40px;
   transition: all 0.5s;
}
.photo li ._box {
   background-color: #fff;
}
.photo li ._pic {
   height: 290px;
   overflow: hidden;
   position: relative;
}
.photo li ._pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.photo li ._pic span {
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0,0,0,0.5);
   color: #fff;
}
.photo li ._pic span i {
   font-size: 60px;
   display: inline-block;
   margin-top: 115px;
   opacity: 0.8;
   transition: 0.5s;
}
.photo li:hover ._pic span i {
   -webkit-transform:rotate(180deg);
   transform:rotate(180deg);
}
.photo li ._desc a {
   display: block;
   color: #414141;
   font-size: 18px;
   font-weight: bold;
   padding: 23px 22px;
   line-height: 23px;
}
.photo li ._desc a:hover {
   color: #ee1d23;
}



/* pages */
.n_pages {
   padding: 45px 0 0;
   border-top: 1px solid #e4e4e5;
}
.n_pages a {
   display: inline-block;
   background-color: #fff;
   color: #777;
   padding: 11px 16px;
   margin: 0 2px;
   border: 1px solid #cecece;
   transition: all 0.5s;
}
.n_pages a:hover,
.n_pages a.page-num-current {
   background-color: #ee1d23;
   border-color: #ee1d23;
   color: #fff;
}
.n_pages .not_data {
   font-size: 14px;
   letter-spacing: 1px;
   color: #999;
}

.n_next {
   background-color: #f6f6f6;
   margin: 60px auto 0;
   border-radius: 2px;
   line-height: 90px;
   height: 90px;
   overflow: hidden;
}
.n_next li {
   position: relative;
   float: left;
   width: 50%;
}
.n_next li a {
   display: block;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   color: #414141;
}
.n_next li a:hover {
   color: #ee1d23 !important;
}
.n_next li.n {
   text-align: right;
}
.n_next li i {
   display: block;
   position: absolute;
   top: 0;
   left: 11px;
   color: #ccc;
   font-size: 35px;
   font-weight: normal;
   transition: all 0.5s;
}
.n_next li.n i {
   right: 11px !important;
}
.n_next li span {
   color: #777;
   font-size: 15px;
   font-weight: normal;
   padding: 0 15px 0 40px;
}
.n_next li.n span {
   padding: 0 40px 0 15px;
}
.n_next li a:hover i {
   left: 6px;
}
.n_next li.n a:hover i {
   right: 6px !important;
}
.n_next li.all a {
   font-size: 20px;
   color: #c3c3c3;
}

/* job */
.job_box {
   width: 100%;
   background: url(/images/job_bg.jpg) center top no-repeat;
   background-size: cover;
}
.job_list {
   padding: 45px 0;
   color: #121212;
}
.job_list ul {
   position: relative;
   margin: 0 -10px
}
.job_list ul::after {
   content: '';
   display: block;
   clear: both;
}
.job_list li {
   width: 33.33333%;
   float: left;
   padding: 0 10px 20px;
}
.job_list li ._box {
   padding: 10.5% 8%;
   background-color: #fff;
   transition: all .7s;
}
.job_list li ._box h3,
.job_left h3 {
   font-size: 19px;
   padding-bottom: 12px;
}
.job_list li ._box h6,
.job_left h6 {
   font-weight: normal;
   font-size: 17px;
   margin-top: 23px;
}
.job_list li ._box h6 a,
.job_left h6 a {
   display: inline-block;
   background-color: #ee1d23;
   color: #fff;
   padding: 5px 65px;
   transition: all 0.6s;
}
.job_list li ._box span,
.job_left span {
   display: block;
}
.job_list li:hover ._box {
   background-color: #ee1d23;
   box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
   color: #fff;
}
.job_list li:hover ._box h6 a {
   background-color: #fff;
   color: #ee1d23;
}
.job_list li:hover ._box h6 a:hover {
   box-shadow: 0 0 8px 6px rgba(0, 0, 0, 0.1);
}

.job_info {
   overflow: hidden;
   margin: 45px 0 0;
   background: url(/images/job_lbg.jpg) left top no-repeat;
   background-size: 410px 100%;
}
.job_left {
   width: 410px;
   padding: 4.5% 4%;
}
.job_left h6 {
   margin-top: 45px;
}
.job_left h6 a {
   display: inline-block;
   background-color: #fff;
   color: #ee1d23;
   padding: 3px 55px 2px;
   transition: all 0.6s;
}
.job_right {
   width: 61%;
   padding: 3.5% 0;
}
.job_right h2 {
   font-size: 20px;
}

/* footer */
.footer {
   width: 100%;
   padding: 50px 0 75px;
   color: #414141;
   background-color: #f0f0f0;
}
.footer a {
   color: #414141;
}
.footer a:hover {
   color: #ee1d23;
}
.footer .foot {
   overflow: hidden;
   padding-bottom: 50px;
}
.footer .foot_nav {
   width: 55%;
   overflow: hidden;
   padding-left: 3%;
}
.footer .foot_nav dl {
   float: left;
   width: 25%;
}
.footer .foot_nav dt {
   font-size: 20px;
   font-weight: bold;
   padding-bottom: 15px;
}
.footer .foot_lx {
   width: 23%;
}
.footer .foot_lx h2 {
   margin-top: 1px;
   font-size: 20px;
   padding-bottom: 15px;
}
.footer .foot_lx li i {
   display: inline-block;
   margin-right: 5px;
   font-size: 14px;
   color: #ee1d23;
}
.footer .foot_wx {
   width: 19%;
   overflow: hidden;
   margin-right: 3%;
}
.footer .foot_wx li {
   float: left;
   width: 42%;
   margin-left: 8%;
}
.footer .foot_wx li img {
   width: 100%;
}
.footer .foot_wx li span {
   display: block;
   padding-top: 15px;
}
.footer .foot_copy {
   border-top: 1px solid #555;
   padding-top: 22px;
}
.footer .foot_copy p {
   padding-top: 5px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
   color: #ccc;
   font-size: 15px;
}
p#back-to-top{
   position: fixed;
   display: none;
   bottom: 80px;
   right: 20px;
}
p#back-to-top i {
   font-size: 22px;
}
p#back-to-top a {
   text-align: center;
   display: block;
   height: 30px;
   width: 30px;
   line-height: 30px;
   border: 1px #ee1d23 solid;
   color: #ee1d23;
   overflow: hidden;
}
p#back-to-top a:hover {
   color: #fff;
   border-color: #ee1d23;
   background-color: #ee1d23;
}

.yuyue {
   display: none;
   width: 520px;
   height: 470px;
   padding: 33px 30px 30px;
   background-color: #fff;
   border-radius: 5px;
   overflow: hidden;
}
.yuyue h2 {
   font-size: 20px;
   color: #ee1d23;
   text-align: center;
   margin-bottom: 23px;
}
.yuyue li label {
   width: 60px;
   display: inline-block;
   vertical-align: middle;
   text-align-last: justify;
   margin-right: 12px;
}
.yuyue li {
   margin-bottom: 16px;
}
.yuyue li input {
   display: inline-block;
   border: 1px solid #cfcfcf;
   padding: 6px 8px;
   font-size: 14px;
   color: #414141;
}
.yuyue li input::-webkit-input-placeholder {
   color: #aaa;
   font-size: 13px;
}
.yuyue li input#contacts {
   width: 210px;
   margin-right: 20px;
}
.yuyue li._xm label.sex {
   width: 53px;
   cursor: pointer;
   margin-left: 5px;
}
.yuyue li._xm label.sex input {
   vertical-align: -2px;
}
.yuyue li._w input {
   width: 81.2%;
}
.yuyue li._yzm input {
   width: 52%;
}
.yuyue li._yzm .ipt_b {
   display: inline-block;
   font-weight: normal;
   background-color: #ee1d23;
   color: #fff;
   padding: 6px 0 8px;
   cursor: pointer;
   width: 27.2%;
   text-align: center;
   margin-left: 6px;
   vertical-align: -1px;
   border: none;
}
.yuyue li.city {
   position: relative;
}
.yuyue li label.lb {
   position: relative;
   width: 18.3%;
   text-align: center;
   text-align-last: inherit;
   margin-right: 8px;
   margin-top: -15px;
}
.yuyue li label.lb input[type="radio"] {
   opacity: 0;
}
.yuyue li label.lb input[type="radio"] + .s_radio {
   border: 1px solid #cfcfcf;
   display: inline-block;
   width: 100%;
   height: 33px;
   line-height: 32px;
   vertical-align: middle;
   cursor: pointer;
   text-align: center;
   -webkit-transition: all 250ms ease;
   transition: all 250ms ease;
   font-weight: normal;
   font-size: 13px;
}
 .yuyue li label.lb input[type="radio"]:checked + .s_radio {
   outline: none;
   border-color: #ee1d23;
   background-color: #ee1d23;
   color: #fff;
}
.yuyue li button {
   cursor: pointer;
   border: none;
   background-color: #ee1d23;
   color: #fff;
   padding: 9px 32px;
   margin: 15px 0 0 75px;
}
.yuyue li.btn span {
   display: inline-block;
   vertical-align: -8px;
   color: #888;
   font-weight: normal;
   font-size: 12px;
   padding-left: 15px;
}

.foot_ys {
   width: 100%;
   position: fixed;
   bottom: 0;
   z-index: 99999;
   background: rgba(0,0,0,0.5);
}
.foot_ys ._ys_box {
    width: 80%;
    height: 68px;
    padding-top: 2px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.foot_ys ._ico {
    width: 55px;
    height: 55px;
    border-radius: 60px;
    background: #ee1d23;
    font-size: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot_ys ._box {
    margin-top: -3px;
    padding-left: 15px;
}
.foot_ys ._box_bt {
    color: #ee1d23;
    text-align: left;
    padding-bottom: 6px;
}
.foot_ys ._box_form ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.foot_ys ._box_form li {
    margin-right: 10px;
}
.foot_ys ._box_form input,
.foot_ys ._box_form button,
.foot_ys ._box_form select {
    border: none;
    display: block;
    padding: 6px 10px;
    width: 135px;
    font-size: 14px;
    color: #454545;
}
.foot_ys ._box_form input::-webkit-input-placeholder {
    font-size: 13px;
    color: #828282;
}
.foot_ys ._box_form select {
    padding: 5px 6px;
    color: #828282;
}
.foot_ys ._box_form button {
    background: #ee1d23;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
}
.foot_ys ._box_form button:hover {
    background: #d50006;
}
.foot_ys ._zx {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.foot_ys ._zx strong {
    color: #ee1d23;
    font-size: 29px;
    padding-left: 10px;
}
.foot_ys ._zx i {
    margin-right: 10px;
}

.foot_ys a {
   display: inline-block;
   background: #6db042;
   color: #fff;
   padding: 12px 50px 11px;
   border-radius: 50px;
   letter-spacing: 1px;
   animation: big 1.8s ease infinite alternate;
   box-shadow: 0 0 10px rgba(0,135,42,0.3);
}
@keyframes big {

   0% {
      transform: scale(1);
   }

   20% {
      transform: scale(1.1);
   }

   40% {
      transform: scale(1);
   }

   60% {
      transform: scale(1.1);
   }

   80% {
      transform: scale(1);
   }

   100% {
      transform: scale(1.1);
   }


}
 

.kefu {
   position: fixed;
   right: 0;
   top: 21%;
   z-index: 99999;
   width: 72px;
}
.kefu li {
   background-color: #7d7d7d;
   padding: 12px 0;
   cursor: pointer;
   margin-bottom: 1px;
   transition: all 0.5s;
}
.kefu li a {
   display: block;
   color: #fff;
}
.kefu li:hover {
   background-color: #999;
}
.kefu li i {
   display: block;
   margin-bottom: 8px;
}
.kefu li.t {
   background-color: #ee1d23;
}
.lay_wx {
   width: 270px;
   height: 300px;
   overflow: hidden;
   background-color: #fff;
   color: #ee1d23;
   padding: 5px;
}
.lay_wx span {
   display: block;
   padding-top: 6px;
}
.lay_wx img {
   max-width: 100%;
}
.lay_tel {
   padding: 25px 33px;
   background-color: #fff;
   color: #414141;
   border-radius: 3px;
   overflow: hidden;
}
.lay_tel i {
   color: #ee1d23;
}
